object LabelDef: TLabelDef Left = 200 Top = 99 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Label Definition' ClientHeight = 87 ClientWidth = 312 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Left = 16 Top = 16 Width = 86 Height = 16 Caption = 'Label Height:' end object Label2: TLabel Left = 16 Top = 52 Width = 82 Height = 16 Caption = 'Label Width:' end object ebLabelHeight: TEdit Left = 112 Top = 12 Width = 73 Height = 24 TabOrder = 0 OnExit = ebLabelHeightExit end object ebLabelWidth: TEdit Left = 112 Top = 48 Width = 73 Height = 24 TabOrder = 1 OnExit = ebLabelWidthExit end object bbtnOK: TBitBtn Left = 208 Top = 8 Width = 89 Height = 33 TabOrder = 2 Kind = bkOK Default = True OnClick = bbtnOKClick end object bbtnCancel: TBitBtn Left = 208 Top = 48 Width = 89 Height = 33 TabOrder = 3 Kind = bkCancel OnClick = bbtnCancelClick end end